﻿2026-06-15T11:09:16.1425288Z ##[group]Run actions/checkout@v5
2026-06-15T11:09:16.1426003Z with:
2026-06-15T11:09:16.1426316Z   repository: SaberMage/spt-core
2026-06-15T11:09:16.1429169Z   token: ***
2026-06-15T11:09:16.1429512Z   ssh-strict: true
2026-06-15T11:09:16.1429799Z   ssh-user: git
2026-06-15T11:09:16.1430086Z   persist-credentials: true
2026-06-15T11:09:16.1430405Z   clean: true
2026-06-15T11:09:16.1430695Z   sparse-checkout-cone-mode: true
2026-06-15T11:09:16.1431019Z   fetch-depth: 1
2026-06-15T11:09:16.1431297Z   fetch-tags: false
2026-06-15T11:09:16.1431596Z   show-progress: true
2026-06-15T11:09:16.1431909Z   lfs: false
2026-06-15T11:09:16.1432189Z   submodules: false
2026-06-15T11:09:16.1432485Z   set-safe-directory: true
2026-06-15T11:09:16.1433013Z ##[endgroup]
2026-06-15T11:09:16.2240655Z Syncing repository: SaberMage/spt-core
2026-06-15T11:09:16.2242111Z ##[group]Getting Git version info
2026-06-15T11:09:16.2242637Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T11:09:16.2243397Z [command]/usr/bin/git version
2026-06-15T11:09:16.2243745Z git version 2.43.0
2026-06-15T11:09:16.2249282Z ##[endgroup]
2026-06-15T11:09:16.2262553Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/906bc34d-dbcd-42d7-b0c0-b7b3761a60be' before making global git config changes
2026-06-15T11:09:16.2263410Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T11:09:16.2266010Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T11:09:16.2298047Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T11:09:16.2316436Z https://github.com/SaberMage/spt-core
2026-06-15T11:09:16.2325967Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T11:09:16.2328531Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T11:09:16.2344719Z HEAD
2026-06-15T11:09:16.2374793Z ##[endgroup]
2026-06-15T11:09:16.2376271Z [command]/usr/bin/git submodule status
2026-06-15T11:09:16.2562665Z ##[group]Cleaning the repository
2026-06-15T11:09:16.2565862Z [command]/usr/bin/git clean -ffdx
2026-06-15T11:09:16.5764188Z Removing dist/
2026-06-15T11:09:16.5764703Z Removing target/
2026-06-15T11:09:16.5774530Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T11:09:16.5824691Z HEAD is now at cb05600 release: v0.7.1 — <EVENT> envelope everywhere + confident update-apply message
2026-06-15T11:09:16.5829399Z ##[endgroup]
2026-06-15T11:09:16.5831688Z ##[group]Disabling automatic garbage collection
2026-06-15T11:09:16.5835307Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T11:09:16.5860511Z ##[endgroup]
2026-06-15T11:09:16.5860883Z ##[group]Setting up auth
2026-06-15T11:09:16.5866205Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T11:09:16.5895411Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T11:09:16.6119809Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T11:09:16.6145591Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T11:09:16.6330935Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T11:09:16.6357856Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T11:09:16.6552308Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T11:09:16.6581800Z ##[endgroup]
2026-06-15T11:09:16.6582302Z ##[group]Fetching the repository
2026-06-15T11:09:16.6587831Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cb0560052c7392d386d9e68db359bbbf3138dcfe:refs/tags/v0.7.1
2026-06-15T11:09:17.2173709Z ##[endgroup]
2026-06-15T11:09:17.2174229Z ##[group]Determining the checkout info
2026-06-15T11:09:17.2175884Z ##[endgroup]
2026-06-15T11:09:17.2180458Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T11:09:17.2216613Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T11:09:17.2239689Z ##[group]Checking out the ref
2026-06-15T11:09:17.2242135Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.7.1
2026-06-15T11:09:17.2280574Z HEAD is now at cb05600 release: v0.7.1 — <EVENT> envelope everywhere + confident update-apply message
2026-06-15T11:09:17.2283117Z ##[endgroup]
2026-06-15T11:09:17.2312294Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T11:09:17.2332352Z cb0560052c7392d386d9e68db359bbbf3138dcfe
